Introduce C-h command dispatch function
authorjustbur <justin@burkett.cc>
Thu, 3 Dec 2015 03:27:08 +0000 (22:27 -0500)
committerjustbur <justin@burkett.cc>
Thu, 3 Dec 2015 03:42:02 +0000 (22:42 -0500)
commitb5ec6f8f8d95104fd1ffb397f15aa0b818b1c272
tree6ab1667cc17144b0973610b1bbc45f6d15acbdca
parent3327e9cdf2f9ee8e94501137401a5200db6bdbf3
Introduce C-h command dispatch function

Replace role of show-next-page with C-h-dispatch which immediately reads
a key and calls a command from C-h-map, which may be one of several
paging commands, a command to undo the last keypress, or a command to
directly access describe-prefix-bindings.

This commit does not include documenting these changes in the readme.

Note that several options become deprecated here as they no longer have
the same (if any effect).
which-key.el